home *** CD-ROM | disk | FTP | other *** search
/ CD Fun House 8 / CD Funhouse Version 8.0 - Wayzata Technology (7013) (1993).iso / pc / mac / __intere / sfx_stac.k_4 / card_4210.txt < prev    next >
Text File  |  1989-08-01  |  4KB  |  189 lines

  1. -- card: 4210 from stack: in.k_4
  2. -- bmap block id: 4744
  3. -- flags: 0000
  4. -- background id: 2594
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 01
  10. -- high flags: 0004
  11. -- rect: left=15 top=28 right=139 bottom=292
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 3
  16. -- text size: 10
  17. -- style flags: 0
  18. -- line height: 13
  19. -- part name: 
  20.  
  21.  
  22. -- part 2 (field)
  23. -- low flags: 01
  24. -- high flags: 0000
  25. -- rect: left=17 top=231 right=312 bottom=198
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 0
  29. -- font id: 3
  30. -- text size: 10
  31. -- style flags: 0
  32. -- line height: 13
  33. -- part name: About ME
  34.  
  35.  
  36. -- part 3 (button)
  37. -- low flags: 00
  38. -- high flags: 0000
  39. -- rect: left=448 top=288 right=318 bottom=482
  40. -- title width / last selected line: 0
  41. -- icon id / first selected line: 2162 / 2162
  42. -- text alignment: 1
  43. -- font id: 0
  44. -- text size: 12
  45. -- style flags: 0
  46. -- line height: 16
  47. -- part name: Back to 1
  48. ----- HyperTalk script -----
  49. on mouseUp
  50.   visual effect dissolve
  51.   go to card 1
  52. end mouseUp
  53.  
  54.  
  55.  
  56. -- part 5 (button)
  57. -- low flags: 00
  58. -- high flags: 0000
  59. -- rect: left=296 top=116 right=297 bottom=420
  60. -- title width / last selected line: 0
  61. -- icon id / first selected line: 0 / 0
  62. -- text alignment: 1
  63. -- font id: 0
  64. -- text size: 12
  65. -- style flags: 0
  66. -- line height: 16
  67. -- part name: My head
  68. ----- HyperTalk script -----
  69. on mouseUp
  70.   play "Nasty" tempo 50 c2h
  71.   wait until the sound is "done"
  72.   answer "Don't forget to send me a postcard" with "I promise"
  73.   answer "Do you really promise?" with "Yes."
  74. end mouseUp
  75.  
  76.  
  77.  
  78. -- part 6 (button)
  79. -- low flags: 00
  80. -- high flags: 0000
  81. -- rect: left=447 top=256 right=282 bottom=480
  82. -- title width / last selected line: 0
  83. -- icon id / first selected line: 27009 / 27009
  84. -- text alignment: 1
  85. -- font id: 0
  86. -- text size: 12
  87. -- style flags: 0
  88. -- line height: 16
  89. -- part name: New Button
  90. ----- HyperTalk script -----
  91. on mouseUp
  92.   play "Beeep"
  93.   visual effect zoom open
  94.   go to next card
  95. end mouseUp
  96.  
  97.  
  98.  
  99. -- part 7 (button)
  100. -- low flags: 00
  101. -- high flags: A004
  102. -- rect: left=415 top=54 right=77 bottom=488
  103. -- title width / last selected line: 0
  104. -- icon id / first selected line: 0 / 0
  105. -- text alignment: 1
  106. -- font id: 0
  107. -- text size: 12
  108. -- style flags: 0
  109. -- line height: 16
  110. -- part name: Toons
  111. ----- HyperTalk script -----
  112. on mouseUp
  113.   visual iris open
  114.   go to card 4
  115. end mouseUp
  116.  
  117.  
  118.  
  119. -- part 8 (button)
  120. -- low flags: 00
  121. -- high flags: A004
  122. -- rect: left=414 top=30 right=53 bottom=487
  123. -- title width / last selected line: 0
  124. -- icon id / first selected line: 0 / 0
  125. -- text alignment: 1
  126. -- font id: 0
  127. -- text size: 12
  128. -- style flags: 0
  129. -- line height: 16
  130. -- part name: Keyboard
  131. ----- HyperTalk script -----
  132. on mouseUp
  133.   visual iris open
  134.   go to card 3
  135. end mouseUp
  136.  
  137.  
  138.  
  139. -- part 9 (button)
  140. -- low flags: 00
  141. -- high flags: 0000
  142. -- rect: left=339 top=233 right=245 bottom=351
  143. -- title width / last selected line: 0
  144. -- icon id / first selected line: 0 / 0
  145. -- text alignment: 1
  146. -- font id: 0
  147. -- text size: 12
  148. -- style flags: 0
  149. -- line height: 16
  150. -- part name: New Button
  151. ----- HyperTalk script -----
  152. on mouseWithin
  153.   play "Kirk" cs c c c c
  154.   wait until the sound is "Done"
  155. end mouseWithin
  156.  
  157.  
  158.  
  159.  
  160. -- part 10 (button)
  161. -- low flags: 00
  162. -- high flags: 0000
  163. -- rect: left=362 top=237 right=249 bottom=374
  164. -- title width / last selected line: 0
  165. -- icon id / first selected line: 0 / 0
  166. -- text alignment: 1
  167. -- font id: 0
  168. -- text size: 12
  169. -- style flags: 0
  170. -- line height: 16
  171. -- part name: New Button
  172. ----- HyperTalk script -----
  173. on mouseWithin
  174.   play "Kirk" tempo 200 ce ce ce
  175.   wait until the sound is "Done"
  176. end mouseWithin
  177.  
  178.  
  179.  
  180.  
  181. -- part contents for card part 1
  182. ----- text -----
  183. This stack contains 12 'snd ' resources which may be heard by pressing a button. These sounds may be copied into other stacks or into the HyperCard application using ResEdit, Sound Mover, or Sound Manager (all available in GEnie libraries). To see how to play a sound, look at the script for any button. For more information on sounds in HyperCard, see the "play" command in the HyperTalk help section.
  184.  
  185.  
  186.  
  187. -- part contents for card part 2
  188. ----- text -----
  189. As this is "Cardware," please do not send money if you use these snds. Instead, send a picture postcard of your hometown to me: David Rakowski, 60 Gorham Ave. #6, Brookline, MA 02146. Really.